home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / share / 36 / setup.exe / _SETUP.1 / sm_manual.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-12-15  |  2.7 KB  |  179 lines

  1. /* Created using Style Master from Western Civilisation CSS1 { 133 381 451 409 } */
  2. /* basic window elements */
  3.  
  4. BODY
  5. {background-color: white;
  6. font-family: verdana, helvetica, sans-serif;
  7. margin-left: 10%;
  8. margin-right: 10%;
  9. text-align: left}
  10.  
  11. P, UL, OL
  12. {font-family: verdana, helvetica, sans-serif}
  13.  
  14. H1, H2, H3, H4, H5, H6
  15. {background-color: #9999ff;
  16. border: none;
  17. color: white;
  18. font-family: verdana, helvetica, geneva, sans-serif;
  19. font-weight: bold;
  20. padding: 2px;
  21. text-align: left;
  22. width: 100%}
  23.  
  24. H1
  25. {font-size: 1.3em;
  26. font-style: italic;
  27. margin-left: -10%;
  28. text-align: right}
  29.  
  30. H2
  31. {font-size: 1.2em;
  32. margin-left: -8%;
  33. width: 92%}
  34.  
  35. H3
  36. {font-size: 1.1em;
  37. margin-left: -6%}
  38.  
  39. H4
  40. {font-size: 1em;
  41. margin-left: -4%}
  42.  
  43. H5
  44. {font-size: 1em;
  45. margin-left: -2%}
  46.  
  47. EM
  48. {font-weight: bold}
  49.  
  50. CODE
  51. {font-family: courier, monaco, monospace}
  52.  
  53. /* manual elements */
  54.  
  55. .menu
  56. {background-repeat: no-repeat;
  57. color: black;
  58. font-family: charcoal, chicago, arial, sans-serif;
  59. font-size: 1em;
  60. font-weight: normal;
  61. vertical-align: middle}
  62.  
  63. .button
  64. {background-repeat: no-repeat;
  65. color: black;
  66. font-family: charcoal, chicago, arial, sans-serif;
  67. font-size: 1em;
  68. font-weight: normal;
  69. vertical-align: middle}
  70.  
  71. A IMG
  72. {background-color: white}
  73.  
  74. .instruction
  75. {font-family: courier, geneva, sans-serif;
  76. margin-left: 5%}
  77.  
  78. .instruction-intro
  79. {font-size: .9em;
  80. font-weight: bold;
  81. margin-left: 2%;
  82. text-align: left;
  83. text-decoration: underline}
  84.  
  85. .example
  86. {background-color: #ccffcc;
  87. color: black;
  88. margin-left: 20%}
  89.  
  90. .style-master
  91. {font-weight: bold}
  92.  
  93. .note
  94. {background-color: #ff8040;
  95. border: none;
  96. text-align: left;
  97. width: 80%}
  98.  
  99. /* link elements */
  100.  
  101. .help
  102. {background-color: #cc3333;
  103. border: none;
  104. color: white;
  105. font-family: verdana, helvetica, sans-serif;
  106. text-align: left;
  107. width: 80%}
  108.  
  109. A
  110. {background-color: #ffcccc;
  111. color: black;
  112. text-decoration: none}
  113.  
  114. A:link
  115. {background-color: #ffcccc;
  116. color: black;
  117. text-decoration: none}
  118.  
  119. A:visited
  120. {background-color: #ffcccc;
  121. color: black;
  122. text-decoration: none}
  123.  
  124. A:hover
  125. {background-color: #ffcccc;
  126. color: black;
  127. text-decoration: underline}
  128.  
  129. A.offsite:link
  130. {background-color: #99cccc;
  131. color: black;
  132. text-decoration: none}
  133.  
  134. A.offsite:hover
  135. {background-color: #9999cc;
  136. color: black;
  137. text-decoration: none}
  138.  
  139. A.onsite:link
  140. {background-color: #ffcc99;
  141. color: black;
  142. text-decoration: none}
  143.  
  144. A.onsite:hover
  145. {background-color: #ffcc66;
  146. color: black;
  147. text-decoration: none}
  148.  
  149. A.tutorial
  150. {background-color: #ceff63;
  151. color: black;
  152. text-decoration: none}
  153.  
  154. A.tutorial:link
  155. {background-color: #ceff63;
  156. color: black;
  157. text-decoration: none}
  158.  
  159. A.tutorial:hover
  160. {background-color: #ffff66;
  161. color: black;
  162. text-decoration: none}
  163.  
  164. /* Navigation */
  165.  
  166. .toolbar
  167. {text-align: center}
  168.  
  169. .TOC
  170. {background-color: white;
  171. border-color: black;
  172. border-style: solid;
  173. border-width: 1px}
  174.  
  175. .onsite
  176. {}
  177.  
  178. .tutorial
  179. {}